projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca32516
)
(struct buffer): New field auto_save_failure_time.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jan 1994 22:37:13 +0000
(22:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jan 1994 22:37:13 +0000
(22:37 +0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 15f7c51f4372f54452396f1b1c607f8222ecf3ab..7d6e1475de9f93f86ddf3b7b59e00e4be7b92d0c 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-172,6
+172,9
@@
struct buffer
int modtime;
/* the value of text.modiff at the last auto-save. */
int auto_save_modified;
+ /* The time at which we detected a failure to auto-save,
+ Or -1 if we didn't have a failure. */
+ int auto_save_failure_time;
/* Position in buffer at which display started
the last time this buffer was displayed */
int last_window_start;